Skip to content

fix(opencode): also fix .local parent directory ownership#21

Merged
wcgomes merged 1 commit intomainfrom
opencode
Apr 7, 2026
Merged

fix(opencode): also fix .local parent directory ownership#21
wcgomes merged 1 commit intomainfrom
opencode

Conversation

@wcgomes
Copy link
Copy Markdown
Owner

@wcgomes wcgomes commented Apr 7, 2026

This pull request updates the opencode devcontainer feature to improve directory setup and ownership, and bumps the feature version. The main changes ensure that all necessary directories (including .local) are created and owned by the correct user, which should help prevent permission issues in volume-mounted environments.

Directory creation and ownership improvements:

  • Added creation and ownership assignment for the ${USER_HOME}/.local directory in the install script to ensure it exists and is properly owned.
  • Included ${USER_HOME}/.local in the loop that ensures all relevant directories exist, further preventing potential issues with missing directories.

Version update:

  • Bumped the version of the devcontainer feature from 0.2.1 to 0.2.3 in devcontainer-feature.json to reflect these improvements.

@wcgomes wcgomes merged commit 3262528 into main Apr 7, 2026
8 of 9 checks passed
@wcgomes wcgomes deleted the opencode branch April 7, 2026 17:04
@wcgomes wcgomes restored the opencode branch April 7, 2026 17:05
@wcgomes wcgomes deleted the opencode branch April 7, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant